@charset "utf-8";
/*CSS reset*/
body,p,b,dl,dd,table,td,th,input,button,textarea,xmp,pre,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,span{ margin: 0; padding: 0;}
ol,ul,li{ list-style: none;}img,input,label,button,li{ vertical-align: middle;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;}a{ text-decoration: none; outline: none; hide-focus: expression(this.hideFocus=true);}
i,em{ font-style: normal;}u{ text-decoration: none;}img{ border-style: none;}
input[type=button], input[type=submit],input[type=image]{ outline: none; hide-focus: expression(this.hideFocus=true);}
body,input,textarea,select,button{ font-family: "";}select{ background: #fff;}
body{ background-color: #fff; -webkit-font-smoothing: antialiased;}
body,div{-webkit-tap-highlight-color: rgba(255,0,0,0);}
a{-webkit-tap-highlight-color: rgba(0,0,0,0.2);}
/* 动画效果 */
@keyframes zoomIn {
    0% {
        transform: scale(0.1); /* 开始时正常大小 */
        opacity: 0.3; /* 开始时透明度为0 */
    }
    100% {
        transform: scale(1); /* 结束时放大1倍 */
        opacity: 1; /* 结束时完全显示 */
    }
}
/** 文字排版 **/
.fs12{ font-size: 0.75rem;}
.fs13{ font-size: 0.813rem;}
.fs14{ font-size: 0.875rem;}
.fs15{ font-size: 0.938rem;}
.fs16{ font-size: 1rem;}
.fs18{ font-size: 1.125rem;}
.fs20{ font-size: 1.25rem;}
.fw300{ font-weight: 300 !important; font-family: ""; word-wrap: break-word !important; letter-spacing: undefined !important;}
.fw700{ font-weight: 700}
.unl a:hover{ text-decoration: underline;}
/** 文字颜色 **/
.fc_fff,.fc_fff a{ color: #fff;}
.fc_484,.fc_484 a{ color: #484848;}
.fc_767,.fc_767 a{ color: #767676;}
.fc_999,.fc_999 a{ color: #999;}
/** 默认 **/
.fc_def,.fc_def a{ color: #3e64ff;}
.fc_def2,.fc_def2 a{ color: #ff5a5f;}
.bc_def{ background-color: #3e64ff;}
/** 边距 **/
.top_header{ padding-top: 80px;}
.plr_def{ padding-left: 20px; padding-right: 20px; box-sizing: border-box;}
.fl{ float: left;}
.fr{ float: right;}
.bdb0_5,.bdt0_5{ position: relative;}
.bdb0_5:before,.bdt0_5:before{ content: ""; position: absolute; left: 0; right: 0; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scaleY(0.5); transform: scaleY(0.5);}
.bdt0_5:before{ top: 0; border-top: 1px solid #dbdbdb;}
.bdb0_5:before{ bottom: -1px; border-bottom: 1px solid #dbdbdb;}
.bg_icon{ background-color: transparent; background-repeat: no-repeat; text-indent: 9999px; overflow: hidden;}
.font_icon{ -webkit-transition: font-size 0.25s ease-out 0s; -moz-transition: font-size 0.25s ease-out 0s; transition: font-size 0.25s ease-out 0s; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.url{ position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.clearfix:after{ visibility: hidden; display: block; font-size: 0; content: ""; clear: both; width: 0; height: 0;}
.line{ width: 100%; height: 0; border-bottom: 1px solid #ebebeb;}
.cer_tit i {
    background-color: #409eff;
    width: 5px;
    height: 20px;
    margin-top: 6px;
    float: left;
    margin-right: 10px;
}
.cer_tit span{
    font-weight: 600;
}
.menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    /* margin-top: 10px; */
}

.menu li {
    position: relative;
    line-height: 40px;
    height:65px;
}

.menu a {
    text-decoration: none;
    /* color: #484848; */
    padding: 30px 20px;
    transition: background-color 0.3s;
    font-weight: 600;
}

.menu a:hover {
   color: #3e64ff;
}

/* 下拉菜单样式 */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #333333;
    box-shadow:0 2px 30px rgb(0 0 0 / 10%);
    border-radius:5px;
    width: 120px;
}
.sub-menu:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    z-index: 10;
    border-bottom-color: #fff;
}
.sub-menu li {
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
   height: 45px;
}
.sub-menu li:last-child {
    border-bottom: none;
 }
.sub-menu a{
    color: #333333;
    font-weight: 500;
    padding: 10px 20px;
    line-height:45px
}
.up_prev {
    text-align: right;
    margin-bottom: 50px;
    background: url(/img/prev3.png) no-repeat center center;
    background-size: contain;
    height: 40px;
    width: 40px;
}
.up_prev a {
    display: block;
    height: 40px;
    width: 40px;
}
.up_prev:hover {
    text-align: right;
    margin-bottom: 50px;
    background: url(/img/prev4.png) no-repeat center center;
    background-size: contain;
    height: 40px;
    width: 40px;
}
.down_next {
    text-align: right;
    background: url(/img/next3.png) no-repeat center center;
    background-size: contain;
    height: 40px;
    width: 40px;
}
.down_next a {
    display: block;
    height: 40px;
    width: 40px;
}
.down_next:hover {
    text-align: right;
    background: url(/img/next4.png) no-repeat center center;
    background-size: contain;
    height: 40px;
    width: 40px;
}
.header_wrap{ width: 100%; position: fixed; top: 0; left: 0; right: 0; background-color: #ffffff; z-index: 9999; display: flex;justify-content: space-between;height: 90px;}
/* .header{ width: 100%;} */
.header_logo{ float: left;}
.header_logo a{ float: left; padding: 16px 22px;}
.header_logo i{ float: left; width: 60px; height: 60px; background-size: 60px 60px; background-image: url(../img/logo1.png); background-position: center center;}
/* .header_logo span{ float: left; width: 266px; height: 58px; background-size: 266px 58px; background-image: url(../img/logo3.png); background-position: center center; margin-top: 2px; margin-left: 15px;} */
/* .header_nav{ float: right;} */
.header_nav ul{}
.header_nav-opts{ color: #3e64ff;}
.header_nav li{ float: left; position: relative;}
.header_nav li a{ float: left; height: 80px; line-height: 80px; padding: 0 20px; font-weight: 700; transition:all .2s ease-out; font-size: 16px;}
.header_nav li a:hover,.header_nav li a.header_nav-opts{ color: #3e64ff;}
.header_nav li a.none_hover:hover span{ border-bottom: 0 none;}
.header_pc{ display: none;}
.header_ph{ float: left;}
.header_drop{ position: absolute; right: 1px; top: 80px; z-index: 199; box-sizing: border-box;}
.header_drop_list{ position: absolute;  z-index: 199; box-sizing: border-box;left:10px}
.header_menu{ width: 180px; background-color: #fff; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); box-sizing: border-box;}
.header_menu ul{ width: 100%;}
.header_menu li{ float: left; width: 100%; margin: 10px;}
.header_nav li.header_drop_wrap .header_menu li a{ float: left; width: 100%; height: 54px; padding: 0 15px; box-sizing: border-box;}
.header_nav li.header_drop_wrap .header_menu li span{ float: left; width: 100%; height: 54px; line-height: 54px; color: #767676; border-bottom: 1px solid #dbdbdb; text-align: left; padding: 0;}
.header_nav li.header_drop_wrap .header_menu li a:hover span{ border-bottom: 1px solid #484848; color: #484848;}
.header_nav li.header_drop_wrap .header_menu li:nth-last-child(1) span,.header_nav li.header_drop_wrap .header_menu li:nth-last-child(1) a:hover span{ border-bottom: 0 none;}
@media screen and (min-width: 800px) {
    .header_pc{ float: left; display: block;}
    .header_ph{ display: none;}
    .pc_title{display: block;}    
}
@media screen and (max-width: 480px) {
    .header_logo span{ display: none;}
    .pc_title{display: none;}  
}
.banner_wrap{ width: 100%; padding-top: 80px;}
.banner{ width: 100%; height: 500px; background-image: -webkit-linear-gradient(80deg, #4fb954, #40a544); background-image: -moz-linear-gradient(80deg, #4fb954, #40a544); background-image: linear-gradient(80deg, #4fb954, #40a544); background-color: #4fb954; background-repeat: no-repeat; background-position: center right; background-size: cover; position: relative;}
.banner_shade{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
.banner_txt{ width: 100%; max-width: 1200px; margin: 0 auto; position: relative; z-index: 9; padding-top: 160px;}
.banner_txt p{ width: 100%; color: #ffffff; text-align: center; font-size: 44px; line-height: 52px;}

.page{ width: 100%;}
.center{ margin: 0 auto; width: 100%; max-width: 1300px;}
.box{ width: 100%; padding-top: 50px; padding-bottom: 50px;  box-sizing: border-box;}
.box.a1{ padding-left: 10px; padding-right: 10px;}
.title{ width: 100%; text-align: center; color: #484848; margin-bottom: 50px;background-color:#fff;border-radius:25px}
.title span{ display: inline-block; border-bottom: 1px solid #333333; padding-bottom: 15px; margin-bottom: 15px; font-size: 20px; font-weight: 700;}
.title p{width: 100%; font-size: 17px;}
.boxner{ width: 100%; box-sizing: border-box; padding-left: 10px; padding-right: 10px;}

.newidxbox{ width: 100%; box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);}
.newidx_pic{ float: left; width: 580px; height: 430px;}
.newidx_cont{ overflow: hidden; height: 430px;}
.newidx_cont ul{ width: 100%; height: 360px; overflow: hidden; box-sizing: border-box; padding-left: 30px; padding-right: 30px;}
.newidx_cont li{ width: 100%; height: 59px; line-height: 59px; font-size: 15px; border-top: 1px solid #ebebeb;}
.newidx_cont li:nth-child(1){ border-top: 1px solid #ffffff;}
.newidx_cont li p:nth-child(1){ float: right; margin-left: 10px; color: #767676;}
.newidx_cont li p:nth-child(2){ overflow: hidden;}
.newidx_cont li p:nth-child(2) a{ float: left; width: 100%; color: #484848; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.newidx_cont li p:nth-child(2) a:hover{ color: #3e64ff;}
.newidx_more{ width: 100%; height: 70px;}
.newidx_moretop{ width: 100%; box-sizing: border-box; padding-left: 30px; padding-right: 30px;}
.newidx_morener{ width: 100%; height: 69px;}
.newidx_morener a{ float: left; width: 100%; height: 69px; line-height: 69px; font-size: 15px; color: #767676; font-weight: 700; box-sizing: border-box; padding-left: 30px; padding-right: 30px;}
.newidx_morener a:hover{ color: #3e64ff; background-color: rgba(197, 197, 197, 0.1);}
.newidx_morener span{ float: left;}
.newidx_morener i{ float: right;}


.cont{ width: 100%; position: relative;}
.cont_img{ float: right; width: 300px; margin-left: 40px;}
.cont_imgner{ width: 300px; height: 300px; padding: 4px; border-radius: 50%; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.01), 0px 3px 18px rgba(0, 0, 0, 0.12);}
.cont_imgner img{ width: 100%; height: 100%; border-radius: 50%;}
.cont_text{ overflow: hidden; font-size: 15px; line-height: 30px;}
.more{ width: 100%; height: 70px; margin-top: 10px; box-sizing: border-box;}
.more a{ display: inline-block; width: 100%; height: 70px; line-height: 70px; font-size: 15px; color: #3e64ff; border-radius: 3px; box-sizing: border-box;}
.more span{ float: left;}
.more i{ float: left; margin-left: 5px;}
.more a:hover{ background-color: rgba(197, 197, 197, 0.1);}

.cer_tit{ width: 100%; line-height: 30px; font-size: 18px; box-sizing: border-box; padding: 0 10px; color: #484848; margin-bottom: 5px;}
.cerbox{ width: 100%;}
.cer_warp{ float: left; width: 25%; height: 226px; box-sizing: border-box; padding: 10px;}
.cer{ float: left; width: 100%; box-sizing: border-box; padding: 3px; box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);}
.cer a{ float: left; width: 100%; height: 200px; line-height: 198px; text-align: center;}
.cer img{ max-width: 100%; max-height: 200px;}

.busin{ width: 100%;}
.busin ul{ width: 100%;}
.busin li{ float: left; width: 25%; height: 460px; position: relative;}
.busin_wrp{ position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.busin_pic{ width: 100%; height: 360px; background-size: cover; background-position: center center;}
.busin_cont{ width: 100%; height: 64px; line-height: 26px; padding-top: 36px; font-size: 18px; text-align: center;}
.busin li:hover{ cursor: pointer;}
.busin li:hover .busin_wrp{ top: -5px; bottom: -5px; left: -5px; right: -5px; z-index: 9; box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1);}
.busin li:hover .busin_pic{ height: 365px;}
.busin li:hover .busin_cont{ height: 67px; padding-top: 38px; background-color: #ff5a5f; color: #ffffff; font-size: 20px;}

.hmfot_wrp{float: left; width: 25%; padding: 0 10px; box-sizing: border-box;}
.hmfot{ width: 100%; box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);}
.hmfot_pic{ width: 100%;}
.hmfot_pic p{ width: 100%; height: 200px; background-size: cover; background-position: center center;}
.hmfot_cont{ width: 100%; height: 270px; margin-top: 10px; padding: 0 20px; box-sizing: border-box;}
.hmfot_tit{ width: 100%; font-size: 18px; font-weight: 700; height: 40px; line-height: 40px; text-align: center; margin-bottom: 10px;}
.hmfot_txt{ width: 100%; font-size: 15px; line-height: 24px;}
.hmfot:hover .hmfot_txt{ color: #000000; text-decoration:underline;}

.pject_box{ width: 100%; min-height: 226px; box-sizing: border-box; padding: 0 10px;}
.pject_wrap{ float: left; width: 25%; box-sizing: border-box; padding: 10px;}
.pject{ width: 100%;}
.pject_img{ width: 100%; box-sizing: border-box; padding: 3px; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3); background: #f3f4f5; text-align: center;}
.pject_img img{ max-width: 100%;}
.pject_cont{ width: 100%; height: 50px; margin-top: 20px; text-align: center;}
.pject_cont span{ width: 100%;}

/** 关于 **/
.about_info{ width: 100%;}
.about_info_img{ float: right; width: 300px; height: 500px; margin-left: 30px;}
.about_info_imgner{ width: 100%; height: 500px; background-size: cover; background-position: center center;}
.about_info_text{ 
    /* overflow: hidden;  */
    font-size: 15px; 
    line-height: 30px;
}
.about_info_text span{
    padding-left: 2em;
}
.about_listbox{ width: 100%; box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);}
.about_listwrp{ float: left; width: 48%; box-sizing: border-box; position: relative;}
.about_listwrp:before{ content: ""; position: absolute; top: 36px; bottom: 36px; left: 0; border-left: 1px solid #dbdbdb;}
.about_listwrp:nth-child(1):before{ border-left: 0 none;}
.about_list{ width: 100%; padding: 40px 25px; box-sizing: border-box;animation: zoomIn 1s;}
.about_list p{ width: 100%; text-align: center;}
.about_list p:nth-child(1){ font-weight: 700; font-size: 20px; color: #3e64ff;}
.about_list p:nth-child(2){ height: 54px; font-size: 16px; margin-top: 20px; line-height: 26px; color: #484848;}

.about_busin{ width: 100%; margin-bottom: 20px;}
.about_busin ul{ width: 100%;}
.about_busin li{ float: left; width: 16.666666667%; text-align: center; padding: 10px 0;}
.about_busin li p{ display: inline-block; width: 120px; height: 120px; padding-top: 50px; line-height: 20px; font-size: 16px; color: #484848; position: relative; box-sizing: border-box; padding-left: 10px; padding-right: 10px;}
.about_busin li p::before{ content: ""; display: block; border: 1px solid #484848; position: absolute; top: 0; bottom: -100%; left: 0; right: -100%; -webkit-transform: scale(0.5); -webkit-transform-origin: 0 0; border-radius: 100%;}

.about_qual{ float: left; width: 50%; box-sizing: border-box; padding: 10px; text-align: center;}
.about_qualner{ display: inline-block; width: 100%; max-width: 260px;}
.about_qualimg{ width: 100%; height: 368px; line-height: 360px; box-sizing: border-box; padding: 3px; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);}
.about_qualimg a{ display: block;}
.about_qualimg img{ max-width: 100%; max-height: 360px;}
.about_qualcont{ width: 100%; line-height: 26px; margin-top: 20px;}
.about_qualcont span{ font-size: 15px;}
.about_qual.honor .about_qualcont{ height: 80px;}

/** 公司新闻 **/
.title_lt{ width: 100%; height: 50px; line-height: 48px; padding-left: 16px; margin-top: 40px; margin-bottom: 20px; position: relative; box-sizing: border-box;}
.title_lt::before{ content: ""; border-left: 2px solid #484848; position: absolute; top: 10px; bottom: 10px; left: 0;}
.title_lt span{ font-size: 20px; font-weight: 700;}
.news_wrp{ width: 100%; padding: 0 20px; box-sizing: border-box; position: relative; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
.news{ width: 100%; padding: 30px 0; border-top: 1px solid #d3d0d0; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
.news_sp{ width: 100%; padding: 30px 0; -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
.news_wrp:hover{ box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);}
.news_wrp:hover .news{ padding: 31px 0 29px 0;}
.news_wrp:hover .news_title{ color: #3e64ff;}
.news_wrp:nth-child(1) .news{ border-top: 0 none;}
.news_img{ float: left; width: 210px; margin-right: 25px;}
.news_img p{ width: 290px; height: 160px; background-position: center center; background-color: #f3f4f5; background-repeat: no-repeat; background-size: cover; border-radius: 3px;}
.news_img_sp{  width: 100%; }
.news_img_sp p{ width: 100%; height: 300px; background-position: center center; background-color: #f3f4f5; background-repeat: no-repeat; background-size: cover; border-radius: 3px;}
.news_img_sp p:after{content: "";
    display: block;
    position: absolute;
    left: 30px;
    bottom: 70px;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: url(../img/play.png) no-repeat;
    transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;}
.news_over{ overflow: hidden;}
.news_info{ width: 100%; height: 110px;}
.news_info.news_auto{ height: auto;}
.news_title{ width: 100%; font-size: 20px; font-weight: 700; color: #484848; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in;}
.news_intro{ width: 100%; height: 48px; font-size: 15px; line-height: 24px; margin-top: 15px; color: #999; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2;}
.news_info.news_auto .news_intro{ height: auto;}
.news_time{ width: 100%; height: 30px; line-height: 30px; font-size: 15px; color: #999;}

.post{ width: 100%; max-width: 800px; margin: 0 auto; padding-bottom: 50px;}
.post_info{ width: 100%; margin-top: 50px; padding-bottom: 20px; margin-bottom: 50px;}
.post_title{ width: 100%; margin-bottom: 30px;}
.post_title span{ font-size: 32px; line-height: 46px; font-weight: 700;}
.post_time{ width: 100%;}
.post_time span{ font-size: 14px;}
.post_cont{ width: 100%;}
.post_cont img{ display: block; max-width: 100%; margin: 20px auto; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAIAAADJUWIXAAAAS0lEQVQIHQFAAL//AUN0hiQqKwP//ls3IfLV2QFKXGMgHBDSFDCGOR8E6+gBTHGDBfz08/0Cc084EN7RAZiSh/sjLCIdFRL7/L3Z4ztZG9/Ox3K7AAAAAElFTkSuQmCC") 0% 0% / cover;}
.news_cont{ width: 100%; line-height: 28px; font-size: 16px; padding: 10px 0;}

/** 经典项目 **/
.projecter{ width: 100%; box-sizing: border-box;height:530px;overflow: auto;  }
/* .projecter::-webkit-scrollbar {
    display: none;
  } */
.projectbox{ width: 100%;  box-sizing: border-box;display: flex;flex-wrap: wrap;}
.project_wrp{ width: 49.5%; padding: 25px; margin-bottom: 20px; box-sizing: border-box; box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);}
.project_imgwrp{ width: 100%;}
.project_img{ float: left; width: 33.33333333%; padding: 6px; box-sizing: border-box;}
.project_imgner{ width: 100%; background-color: #f3f4f5; text-align: center;}
.project_imgcot{ width: 100%; height: 136px; background-size: cover; background-position: center center;}
.project_name{ width: 100%; padding-left: 6px; padding-right: 6px; padding-bottom: 15px; box-sizing: border-box; font-size: 19px; font-weight: 700; color: #484848;}
.project_intro{ width: 100%; padding-left: 6px; padding-right: 6px; padding-top: 15px; box-sizing: border-box; font-size: 15px; color: #484848; line-height: 28px;}
@media screen and (max-width: 700px) {
    .project_img{ width: 50%; padding: 2px;}
    .project_imgcot{ height: 80px;}
}
@media screen and (max-width: 400px) {
    .project_img{ width: 100%; padding: 2px;}
    .project_imgcot{ height: 80px;}
}

/** 加入我们 **/
.join_slogan{ width: 100%; margin-bottom: 50px; margin-top: 50px;}
.join_slogan ul{ width: 100%;}
.join_slogan li{ float: left; width: 33.33333333333333%; box-sizing: border-box; padding: 0 30px;}
.join_slogan_icon{ width: 100%; height: 70px; text-align: center;}
.join_slogan_icon i{ font-size: 68px; color: #ff5a5f;}
.join_slogan_cont{ width: 100%; margin-top: 20px;}
.join_slogan_cont p{ width: 100%; text-align: center;}
.join_slogan_cont p:nth-child(1){ font-size: 18px; font-weight: 700; margin-bottom: 10px;}
.join_slogan_cont p:nth-child(2){ font-size: 14px; line-height: 22px;}
.join_motto{ width: 100%; padding-bottom: 70px; text-align: center;}
.join_motto_up{ width: 100%;}
.join_motto_down{ width: 100%; margin-top: 15px;}
.join_motto_up span{ font-size: 26px;}
.join_motto_down span{ font-size: 18px;}
.joinbox{width: 100%; max-width: 600px; min-height: 600px; margin: 0 auto;}
.join{ width: 100%; box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.1); box-sizing: border-box; padding: 10px;background: linear-gradient(to bottom right,#ffffff,#00a3e94f); }
.join_name{ width: 100%; height: 60px; line-height: 30px; padding: 10px 0; border-bottom:1px solid #f5f3f3}
.join_name i {
    background-color: #409eff;
    width: 5px;
    height: 20px;
    margin-top: 6px;
    float: left;
    margin-right: 10px;
}
.join_name p:nth-child(2){  font-size: 16px; color: #ff5a5f;margin-left: 15px;}
.join_name p:nth-child(1){ overflow: hidden; font-size: 21px; font-weight: 700;}
.join_list{ width: 100%; padding: 10px 10px;line-height:40px}
.join_desc{ width: 100%; padding: 10px 10px;}
.join_desc p{ width: 96%; line-height: 30px;}
.join_desc p:nth-child(1){ margin-bottom: 10px;}

.tech_tit{ width: 100%; font-size: 20px; font-weight: 700; text-align: center;}
.tech_box{ width: 100%; padding: 30px 20px; box-sizing: border-box; text-align: center; margin-top: 50px; box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 10%);}
.tech_box p{ width: 100%; padding-bottom: 30px; font-size: 20px; font-weight: 700; border-bottom: 1px solid #ebebeb;}
.tech_box ul{ width: 100%; font-size: 18px; padding-top: 20px;}
.tech_box li{ width: 100%; padding: 15px 0;}
.tech_boxner{ width: 100%; padding: 50px 30px 0 30px; box-sizing: border-box;}
.tech_boxner img{ width: 100%;}

.footer_wrap{ width: 100%; padding: 40px 0; background: #eaeaea; margin-top: 50px;}
.footer{ width: 100%; max-width: 1280px; margin: 0 auto; text-align: center;}
.foot_bann{ float: left; width: 24%;}
.foot_bann:nth-last-child(1){ width: 28%;}
.foot_bann_ner{ display: inline-block; padding: 20px; position: relative;}
.foot_bann_ner p{ width: 100%; text-align: center; color: #000000;}
.foot_bann_ner:hover p{ color:#000000}
.foot_bann_ner p:nth-child(1){ height: 30px; line-height: 30px;}
.foot_bann_ner i{ font-size: 28px;}
.foot_bann_ner i.icon_mail{ font-size: 25px;}
.foot_bann_ner p:nth-child(2){ margin-top: 15px; font-size: 14px; line-height: 24px;}
.footer_down{ width: 100%; padding-top: 10px;}
.footer_info{ width: 100%; margin-top: 10px;}
.footer_info span,.footer_info a{ color: #000000; margin: 0 5px; font-size: 14px;}

@media screen and (max-width: 700px) {
    .box{ padding-top: 30px; padding-bottom: 30px;}
    .newidx_pic{ float: none; width: 100%; height: 300px;}
    .newidx_cont{ width: 100%; overflow: hidden;}    
    .about_info_img{ display: none;}
    .about_info_text{ width: 100%;}
    .about_listbox{ padding: 20px 0;}
    .about_listwrp{ width: 100%;}
    .about_listwrp:before{ border-left: 0 none;}
    .about_list{ padding: 10px 0;}
    .projecter{ padding: 0 2px;height:450px}
    .projectbox{ padding: 0 2px;line-height: 40px;}
    .project_wrp{ margin-bottom: 4px; padding: 20px 10px;}
    .project_name{ padding-bottom: 10px; font-size: 17px; padding-left: 2px; padding-right: 2px;}
    .project_intro{ padding-top: 10px; font-size: 14px; padding-left: 2px; padding-right: 2px;}
    
    .banner{ height: 280px;}
    .cont_img{ float: none; width: 100%; margin-left: 0; text-align: center; margin-bottom: 20px;}
    .cont_imgner{ display: inline-block; width: 200px; height: 200px;}
    .cer_warp{ width: 100%; height: auto;}
    .cer a{ height: auto; line-height: normal;}
    .cer img{ max-width: 100%; max-height: none;}    
    .busin li{ width: 50%; height: 340px;}
    .busin_pic{ height: 260px;}
    .busin_cont{ height: 54px; line-height: 22px; padding-top: 26px; font-size: 15px;}
    .busin li:hover .busin_pic{ height: 265px;}
    .busin li:hover .busin_cont{ height: 57px; padding-top: 28px; font-size: 17px;}
    .hmfot_wrp{ width: 100%; margin-bottom: 20px;}
    .hmfot_cont{ height: auto; padding: 0 20px 30px 20px;}
    .pject_wrap{ width: 100%; padding: 10px 20px; margin-bottom: 20px;}
    .about_info_img{ width: 100%; margin-right: 0; text-align: center;}
    .about_info_imgner{ display: inline-block; width: 200px;}
    .about_busin li{ width: 50%; text-align: center; padding: 10px 0;}
    .about_busin li p{ width: 100px; height: 100px; padding-top: 40px; font-size: 15px; line-height: 18px;}
    .about_qual{ width: 100%; padding: 10px 20px; margin-bottom: 20px;}
    .about_qual.honor .about_qualcont{ height: auto;}    
    .news_img{ width: 120px; margin-right: 15px;}
    .news_img p{ width: 120px; height: 80px;}
    .news_info{ height: auto;}
    .news_title{ font-size: 16px;}
    .news_intro{ height: 48px; font-size: 14px; line-height: 22px; margin-top: 10px;}
    .news_time{ font-size: 12px;}
    .project_cont{ padding: 30px 20px; min-height: 0;}
    .join_slogan{ margin-bottom: 10px;}
    .join_slogan li{ width: 100%; padding: 0 20px; margin-bottom: 50px;}
    .banner_txt{ padding-top: 100px;}
    .banner_txt p{ font-size: 28px; line-height: 38px;}
    .foot_bann{ width: 100%;}
    .foot_bann:nth-last-child(1){ width: 100%;}
    .foot_bann_ner{ width: 100%; padding: 20px; box-sizing: border-box;}
    .foot_bann_ner p{ width: auto; text-align: left;}
    .foot_bann_ner p:nth-child(1){ float: left; margin-right: 20px;}
    .foot_bann_ner p:nth-child(2){ overflow: hidden; margin-top: 0;}
}

/** 分页 **/
.paging_wrap{ width: 100%; text-align: center; padding-top: 40px;}
.paging{ display: inline-block;}
.paging ul{ float: left;}
.paging li{ float: left; padding: 5px;}
.paging li a,.paging_ul li span{ float: left; height: 40px; line-height: 40px; border: 1px solid #484848; background-color: #fff;}
.paging a:hover{ background-color: #f3f4f5;}
.paging_ul li a{ font-size: 15px; padding: 0 15.6px; color: #484848;}
.paging_ul li span{ font-size: 15px; padding: 0 15.6px; color: #fff; background-color: #484848; cursor: default;}
.paging_ulb li a{ font-size: 15px; width: 40px; color: #484848;}
.paging_ulb li i{ font-size: 13px; color: #484848;}

/** 图片层 **/
.layer_shade_img{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; z-index: 10000; background-color: rgba(0,0,0,0.8);}
.layer_img_wrap{ position: fixed; width: 100%; height: 100%; margin: 0 auto; z-index: 10003; left: 0; top: 0; right: 0; background-color: transparent; box-sizing: border-box; padding: 26px 0;}
.layer_img{ width: 100%; position: relative; text-align: center;}
.layer_img_src{ display: inline-block; width: 100%;}
.layer_img_src img{ max-width: 100%;}
.layer_img_op{ position: fixed; top: 0; right: 0; height: 80px; z-index: 10005;}
.layer_imgbtn{ float: left; width: 80px; height: 80px;}
.layer_imgbtn a{ float: left; width: 80px; height: 80px; line-height: 80px; text-align: center; color: #fff;}
.layer_imgbtn a:hover{ color: #ff5a5f;}
.layer_imgbtn i{ font-size: 24px;}
.layer_imgbtn.orig i{ font-size: 27px;}

@font-face {font-family: "iconfont_app";
  src: url('iconfont.eot?t=1568187527521');
  src: url('iconfont.eot?t=1568187527521#iefix') format('embedded-opentype'),
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('iconfont.woff?t=1568187527521') format('woff'),
  url('iconfont.ttf?t=1568187527521') format('truetype'),
  url('iconfont.svg?t=1568187527521#iconfont_app') format('svg');
}
.iconfont_app { font-family: "iconfont_app" !important;}
.icon_phone:before { content: "\e688";}
.icon_loca:before { content: "\e6e9";}
.icon_book:before { content: "\e6ec";}
.icon_game:before { content: "\e6ed";}
.icon_lamp:before { content: "\e6ee";}
.icon_fax:before { content: "\e6ef";}
.icon_mail:before { content: "\e6f0";}
.icon_shutimg:before { content: "\e6f2";}
.icon_bigimg:before { content: "\e6f8";}
.icon_next:before { content: "\e6fa";}
.icon_prev:before { content: "\e6fb";}
.icon_down:before { content: "\e6fc";}
.icon_up:before { content: "\e6fd";}
